how to get image in jupyter notebook

102

how to get image in jupyter notebook -

from IPython import display
display.Image("./image.png")

Comments

Submit
0 Comments